CGI.varIsFile

Check to see if a cgi variable with name and index is a file or not. keep in mind that the cgi environments may contain several variables with same name. the index allows us to specify which one.

returns true if the cgi variable is file.

  1. bool varIsFile(string name)
  2. bool varIsFile(string name, int index)
    class CGI
    bool
    varIsFile
    (
    string name
    ,
    int index
    )

Meta